home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / tcl / tclx7_31.z / tclx7_31 / tcldev / tclX7.3a-p1 / acconfig.h next >
Encoding:
C/C++ Source or Header  |  1993-11-19  |  4.2 KB  |  174 lines

  1. /* acconfig.h
  2.    This file is used by Autoheader.  It is in the public domain.
  3. */
  4.  
  5. /* Define as the proper declaration for yytext.  */
  6. #undef DECLARE_YYTEXT
  7.  
  8. /* Define if you have dirent.h.  */
  9. #undef DIRENT
  10.  
  11. /* Define if you support file names longer than 14 characters.  */
  12. #undef HAVE_LONG_FILE_NAMES
  13.  
  14. /* Define if you have netdb.h (and thus the rexec function).  */
  15. #undef HAVE_NETDB_H
  16.  
  17. /* Define if you don't have sys/socket.h */
  18. #undef NO_SYS_SOCKET_H
  19.  
  20. /* Define if you don't have sys/select.h */
  21. #undef NO_SYS_SELECT_H
  22.  
  23. /* Define if you have and need sys/select.h */
  24. #undef HAVE_SYS_SELECT_H
  25.  
  26. /* Define if don't you have values.h */
  27. #undef NO_VALUES_H
  28.  
  29. /* Define if system calls automatically restart after interruption
  30.    by a signal.  */
  31. #undef HAVE_RESTARTABLE_SYSCALLS
  32.  
  33. /* Define if your struct tm has tm_zone.  */
  34. #undef HAVE_TM_ZONE
  35.  
  36. /* Define if you have the timezone variable.  */
  37. #undef HAVE_TIMEZONE_VAR
  38.  
  39. /* Define if your struct tm has tm_tzadj.  */
  40. #undef HAVE_TM_TZADJ
  41.  
  42. /* Define if your struct tm has tm_gmtoff.  */
  43. #undef HAVE_TM_GMTOFF
  44.  
  45. /* Define if you don't have tm_zone but do have the external array
  46.    tzname.  */
  47. #undef HAVE_TZNAME
  48.  
  49. /* Define if you have unistd.h.  */
  50. #undef HAVE_UNISTD_H
  51.  
  52. /* Define if you have vfork.h.  */
  53. #undef HAVE_VFORK_H
  54.  
  55. /* Define vfork as fork if vfork does not work.  */
  56. #undef vfork
  57.  
  58. /* Define if int is 16 bits instead of 32.  */
  59. #undef INT_16_BITS
  60.  
  61. /* Define if you have memory.h, and string.h doesn't declare the
  62.    mem* functions.  */
  63. #undef NEED_MEMORY_H
  64.  
  65. /* Define if you have neither a remote shell nor the rexec function.  */
  66. #undef NO_REMOTE
  67.  
  68. /* Define as the return type of signal handlers (int or void).  */
  69. #undef RETSIGTYPE
  70.  
  71. /* Define if the setvbuf function takes the buffering type as its second
  72.    argument and the buffer pointer as the third, as on System V
  73.    before release 3.  */
  74. #undef SETVBUF_REVERSED
  75.  
  76. /* Define if you have the ANSI C header files.  */
  77. #undef STDC_HEADERS
  78.  
  79. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  80. #undef SYSDIR
  81.  
  82. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  83. #undef SYSNDIR
  84.  
  85. /* Define if your sys/time.h declares struct tm.  */
  86. #undef TM_IN_SYS_TIME
  87.  
  88. /* Define if you do not have strings.h, index, bzero, etc..  */
  89. #undef USG
  90.  
  91. /* Define if the closedir function returns void instead of int.  */
  92. #undef VOID_CLOSEDIR
  93.  
  94. /* Define if on AIX 3.
  95.    System headers sometimes define this.
  96.    We just want to avoid a redefinition error message.  */
  97. #ifndef _ALL_SOURCE
  98. #undef _ALL_SOURCE
  99. #endif
  100.  
  101. /* Define if you have a <sys/wait.h> with `union wait'.  */
  102. #undef HAVE_SYS_WAIT
  103.  
  104. /* Define if you have the POSIX.1 `waitpid' function.  */
  105. #undef HAVE_WAITPID
  106.  
  107. /* Define to `int' if <sys/types.h> doesn't define.  */
  108. #undef uid_t
  109. #undef gid_t
  110. #undef pid_t
  111. #undef mode_t
  112. #undef time_t
  113.  
  114. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  115. #undef GETLOADAVG_PRIVILEGED
  116.  
  117. /* Define if `union wait' is the type of the first arg to wait functions.  */
  118. #undef HAVE_UNION_WAIT
  119.  
  120. /* Define if `sys_siglist' is declared by <signal.h>.  */
  121. #undef SYS_SIGLIST_DECLARED
  122.  
  123. /* Define to the type of elements in the array set by `getgroups'.
  124.    Usually this is either `int' or `gid_t'.  */
  125. #undef GETGROUPS_T
  126.  
  127. /* Define if the `long double' type works.  */
  128. #undef HAVE_LONG_DOUBLE
  129.  
  130. /* Define if you do not have dirent.h */
  131. #undef NO_DIRENT_H
  132.  
  133. /* Define if you do not have readdir but you do have V7-style directories */
  134. #undef USE_DIRENT2_H
  135.  
  136. /* Define if you do not have float.h */
  137. #undef NO_FLOAT_H
  138.  
  139. /* Define if you do not have limits.h */
  140. #undef NO_LIMITS_H
  141.  
  142. /* Define if you do not have stdlib.h */
  143. #undef NO_STDLIB_H
  144.  
  145. /* Define if you do not have string.h */
  146. #undef NO_STRING_H
  147.  
  148. /* Define if you do not have sys/time.h */
  149. #undef NO_SYS_TIME_H
  150.  
  151. /* Define if you do not have sys/wait.h */
  152. #undef NO_SYS_WAIT_H
  153.  
  154. /* Define if time.h can be included with sys/time.h */
  155. #undef TIME_WITH_SYS_TIME
  156.  
  157. /* Define if wait does not return a union */
  158. #undef NO_UNION_WAIT
  159.  
  160. /* Define if "times" returns the elasped real time */
  161. #undef TIMES_RETS_REAL_TIME
  162.  
  163. /* Define if gettimeofday is not available */
  164. #undef NO_GETTOD
  165.  
  166. /* Define if errno.h is not available */
  167. #undef NO_ERRNO_H
  168.  
  169. /* Define if fd_set is not defined. */
  170. #undef NO_FD_SET
  171.  
  172. /* Define if have gethostbyname (sockets). */
  173. #undef HAVE_GETHOSTBYNAME
  174.